﻿ @charset "utf-8";

/* base layout */

body { background:#FFF; margin: 0;}
body.no-scroll {overflow: hidden;}

#header { border-top:5px solid #00A040; border-bottom:1px solid #E8E8E8; background:#FFF; position:relative; z-index:91; }
#header h1 { padding:10px; }
#header h1 a { display:inline-block; height:18px; padding:9px 6px 9px 6px; font-size:0; line-height:1; }
#header #toplogo { padding:10px; }
#header #toplogo a { display:inline-block; height:18px; padding:9px 6px 9px 6px; font-size:0; line-height:1; }
@media (max-width: 355px) {
	#header #toplogo a img { width:130px; }
}
#header .swcBox { position:absolute; right:0; top:0; text-align:right; }
#header .swcBox > a { vertical-align:top; }
#header #swc_search { display:inline-block; width:56px; height:56px; background:url('/sp/img/common/ico_serach.png') no-repeat 50% 50% #FFF; background-size:21px auto; border-left:1px solid #E8E8E8; }
#header #swc_mypage { display:inline-block; width:56px; height:56px; background:url('/sp/img/common/btn_mypage.png') no-repeat 50% 50% #D7EF00; background-size:56px auto; }
#header #swc_mypage_gold { display:inline-block; width:56px; height:56px; background:url('/sp/img/common/btn_mypage.png') no-repeat 50% 50% #D7EF00; background-size:56px auto; }
#header #swc_login { display:inline-block; width:56px; height:56px; background:url('/sp/img/common/btn_login.png') no-repeat 50% 50% #D7EF00; background-size:56px auto; }
#header #swc_menu { display:inline-block; width:56px; height:56px; background:#FFF; position:relative; }
#swc_menu::before,
#swc_menu::after { content:''; position:absolute; top:35%; left:30%; right:30%; height:1px; background-color:#010101; border-radius:2px; transition:all 0.5s; }
#swc_menu::after { top:60%; box-shadow:0 -7px 0 #010101; }
#swc_menu.isOpen::before,
#swc_menu.isOpen::after { top:50%; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
#swc_menu.isOpen::after { -webkit-transform:rotate(-45deg); transform:rotate(-45deg); box-shadow:none; }
#swc_menu .closeTxt { display:none; }
#swc_menu.isOpen .menuTxt { display:none; }
#swc_menu.isOpen .closeTxt { display:block; }

.to-page-top { padding:10px 15px 0 0; text-align:right; background:#F8F8F8; }
.to-page-top a { display:inline-block; background:#FFF; padding:14px 35px 14px 17px; border-radius:5px 5px 0 0; color:#343434; font-size:11px; font-weight:bold; line-height:1; text-decoration:none; position:relative; }
.to-page-top a::after { content:' '; display:inline-block; width:0; height:0; border-bottom:5px solid #343434; border-left:4px solid #FFF; border-right:4px solid #FFF; position:absolute; right:16px; top:16px; }
#content + .to-page-top{
	margin-top: 80px;
}
#footer { background:#00A040; padding:30px 0 0; }
#footer .nav_link1 { padding:0 15px; }
#footer .nav_link1 ul { padding:0 0 30px; margin-top:0; }
#footer .nav_link1 ul li { margin-top:15px; }
#footer .nav_link1 ul li:first-child { margin-top:0; }
#footer .nav_link1 ul li a { color:#FFF; font-size:12px; text-decoration:none; text-shadow:none; }
#footer .nav_link2 { padding:0 15px; }
#footer .nav_link2 ul { border-top:1px solid #33AE66; border-bottom:1px solid #33AE66; padding:15px 0 30px; margin:0 0 0; display:-webkit-flex; display:flex; flex-wrap:wrap; }
#footer .nav_link2 ul li { margin-top:15px; width:50%; }
#footer .nav_link2 ul li a { color:#FFF; font-size:12px; text-decoration:none; text-shadow:none; }
#footer .nav_sns { }
#footer .nav_sns ul { padding:0 15px 10px; margin:10px 0 0; text-align:center; }
#footer .nav_sns ul li { display:inline-block; padding:0 15px; }
#footer .nav_sns ul li a { font-size:0; }
#footer .copyright { display:block; background:#018832; text-align:center; padding:15px 0; color:#FFF; font-size:9px; text-shadow:none; }
#footer dl.language { padding:0 0 30px; margin:0 15px 30px; border-bottom:1px solid #33AE66; }
#footer dl.language dt { margin:0; padding:0; color:#FFF; }
#footer dl.language dd { margin:10px 0 0; }
#footer dl.language dd ul { margin:0; }
#footer dl.language dd ul li { display:inline-block; padding-right:5px; }
#footer dl.language dd ul li a { color:#FFF; }

#menu-area { display:none; position:absolute; top:62px; right:0; z-index:1001; width:100%; background:#FFF; padding:0; margin: 0;}
#menu-area nav { background:#F8F8F8; padding:0 0 30px; }
#menu-area nav > ul { margin:30px 0 0; }
#menu-area nav > ul:first-child { margin:0; }
#menu-area nav > ul li { border-bottom:1px solid #EEE; }
#menu-area nav > ul li a { display:block; padding:15px 30px 15px 15px; background:#FFF; font-size:14px; color:#343434; position:relative; }
#menu-area nav > ul li a::before { content:' '; width:10px; height:10px; border-top:1px solid #333; border-right:1px solid #333; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:32px; top:calc(50% - 5px); }
#menu-area ul.btn { padding:0 15px 15px; margin-top:0; display:-webkit-flex; display:flex; flex-wrap:wrap; justify-content:space-between;  }
#menu-area ul.btn li { display:table; width:100%; padding:20px 0 0; }
#menu-area ul.btn li.half { width:50%; width:calc(50% - 7.5px); }
#menu-area ul.btn li a { display:table-cell; height:40px; background:#E5F1E3; border-radius:20px; vertical-align:middle; text-align:center; font-size:14px; line-height:1; font-weight:bold; color:#00A040; }

/* アコーディオン版
#menu-area nav > ul li ul { display:none; margin:0; }
#menu-area nav > ul li ul li { padding-left:30px; border-top:1px solid #EEE; border-bottom:0; background:#FFF; }
#menu-area nav > ul li ul li a { }
#menu-area nav > ul li a.toggle { position:relative; }
#menu-area nav > ul li a.toggle::before { content:' '; display:inline-block; width:14px; height:1px; background:#00A040; position:absolute; right:16px; top:50%; }
#menu-area nav > ul li a.toggle::after { content:' '; display:inline-block; width:14px; height:1px; background:#00A040; -webkit-transform: rotate(90deg); transform: rotate(90deg); position:absolute; right:16px; top:50%; }
#menu-area nav > ul li a.toggle.isOpen::before { content:' '; display:inline-block; width:14px; height:1px; background:#00A040; position:absolute; right:16px; top:50%; }
#menu-area nav > ul li a.toggle.isOpen::after { display:none; }
*/

#menu-area dl.language { padding:15px; border-bottom:30px solid #F8F8F8; }
#menu-area dl.language dt { padding:0 0 15px; }
#menu-area dl.language dd { }
#menu-area dl.language dd ul { }
#menu-area dl.language dd ul li { display:inline-block; padding-right:25px; }

#menu-search {display: none; position: absolute; top: 62px; right: 0; z-index: 1001; width: 100%; background: #FFF; padding: 0; margin: 0;}
#menu-search form{padding:30px 15px 30px; background-color: #dfdfdf;}
dl.scmenu{position:relative;}
dl.scmenu dt input{width:100%; height:40px; line-height:24px; border-radius: 5px 0 0 5px;}
dl.scmenu dd{position:absolute; top:0; right:0;}
dl.scmenu dd button{display:block; width:70px; height:40px; color:#fff; line-height:40px; text-align:center; background-color: #4ea142; border: none; border-radius: 0 5px 5px 0;}

.menu-member { display:none; position:absolute; top:62px; right:0; z-index:1001; width:100%; background:#4C4C4C; padding:0 0 20px; }
.menu-member .name { background:#FFF; padding:30px 15px; }
.menu-member .name span { display:block; padding:0 0 10px; line-height:1; font-weight:bold; }
.menu-member .name strong { display:block; font-size:23px; }
.menu-member .mile { display:table; padding:0 0 30px; width:100%; background:#FFF; }
.menu-member .mile dt,
.menu-member .mile dd { display:table-cell; }
.menu-member .mile dt { font-weight:bold; color:#00A040; white-space:nowrap; vertical-align:middle; padding-left:15px; }
.menu-member .mile dd { color:#00A040; font-weight:bold; font-size:23px; text-align:left; }
.menu-member .mile dd span { display:inline-block; background:#EEE; width:30px; height:40px; line-height:40px; text-align:center; margin:0 2.5px; }
.menu-member ul.btn { padding:0 0 20px; margin-top:0; }
.menu-member ul.btn li { display:table; width:100%; padding:20px 15px 0; }
.menu-member ul.btn li a { display:table-cell; height:40px; background:#E5F1E3; border-radius:20px; vertical-align:middle; text-align:center; font-size:14px; line-height:1; font-weight:bold; color:#00A040; }
.menu-member nav ul { border-top:1px solid #A5A5A5; margin-top:0; }
.menu-member nav ul li { border-bottom:1px solid #A5A5A5; }
.menu-member nav ul li a { display:block; padding:15px 30px 15px 15px; font-size:14px; color:#FFF; position:relative; }
.menu-member nav ul li a::before { content:' '; width:10px; height:10px; border-top:1px solid #FFF; border-right:1px solid #FFF; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:32px; top:calc(50% - 5px); }
.menu-member .btnBox { padding:0 15px 20px; }

/* 2018/01/05 TIS青木 SP次期NEOサイト改修 id変更("menu-goldmember"→"menu_goldmember") STR */
/*#menu-goldmember .name,
#menu-goldmember .mile {
	background:-webkit-gradient(linear, left top, right top, color-stop(0.00, rgba(222,184,101,1)), color-stop(1.00, rgba(168,133,65,1)));
	background:linear-gradient(linear, left top, right top, color-stop(0.00, rgba(222,184,101,1)), color-stop(1.00, rgba(168,133,65,1)));
}
#menu-goldmember .btnBox {
display:none;
}
*/
#menu_goldmember .name,
#menu_goldmember .mile {
	background:-webkit-gradient(linear, left top, right top, color-stop(0.00, rgba(222,184,101,1)), color-stop(1.00, rgba(168,133,65,1)));
	background:linear-gradient(linear, left top, right top, color-stop(0.00, rgba(222,184,101,1)), color-stop(1.00, rgba(168,133,65,1)));
}
#menu_goldmember .btnBox {
display:none;
}
/* 2018/01/05 TIS青木 SP次期NEOサイト改修 id変更("menu-goldmember"→"menu_goldmember") END */

#menu-login { display:none; position:absolute; top:62px; right:0; z-index:1001; width:100%; background:#fff; padding:0 0 20px; }


#appbnr_head { height:82px; overflow:hidden; position:relative; }
#appbnr_head a { display:block; width:100%; height:82px; background:url('/sp/img/common/appbnr.png') no-repeat 0 0 #F1F1F1; background-size:auto 82px; position:relative; }
#appbnr_head a .open { position:absolute; top:0; right:0; width:53px; height:82px; background:url('/sp/img/common/appbnr_btn.png') no-repeat 0 100%; background-size:auto 82px; }
#appbnr_head #appbnr_head_close { display:inline-block; width:30px; height:30px; position:absolute; left:0; top:25px; }


/* parts layout  */
.has_submenu #area_app{ margin-top: 0; }
.box_howto + #area_app{
	margin-top: 0;
}
#area_app { padding:30px 15px; margin-top:80px; background:#F8F8F8; }
#area_app dl { padding-left:60px; background:url('/sp/img/common/ico_logo.png') no-repeat 0 0; background-size:40px 40px; }
#area_app dl dt { font-size:16px; color:#333; font-weight:bold; }
#area_app dl dd { padding:15px 0 0; }
#area_app dl dd ul { margin:15px 0 0; display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content:space-between; }
#area_app dl dd ul li { padding-left:8px; }
#area_app dl dd ul li:first-child { padding-right:7px; padding-left:0; }

#area_contact { border-top:1px solid #DDD; margin-top:40px; }
#area_contact .tit { font-size:20px; text-align:center; padding:40px 0 25px; }
#area_contact dl { background:#F8F8F8; padding:10px 15px; }
#area_contact dl.jp dt { padding:20px 0 0; margin-top:20px; border-top:1px solid #DDD; font-weight:bold; color:#000; }
#area_contact dl.jp > dt:nth-of-type(1) { border-top:0; margin-top:0; }
#area_contact dl.jp dd { padding:20px 0 0; }
#area_contact dl.en { margin-top:20px; background:url('/sp/img/common/pic_japan.png') no-repeat right 25px top 20px #F8F8F8; background-size:86px 80px; }
#area_contact dl.en dt { padding:20px 0 0; margin-top:20px; border-top:1px solid #DDD; font-weight:bold; color:#000; }
#area_contact dl.en > dt:nth-of-type(1) { border-top:0; margin-top:0; }
#area_contact dl.en dd { padding:20px 0 0; }
#area_contact dl.en dd strong { display:block; font-size:20px; line-height:1; }
#area_contact dl.en dd span { display:block; font-weight:bold; font-size:14px; padding:5px 0 0; }
#area_contact dl.en dd strong a,
#area_contact dl.en dd span a { color:#000; }

.freecall { display:block; background:url('/sp/img/common/ico_freecall.png') no-repeat 0 0; background-size:25px 20px; padding-left:35px; color:#000; font-size:20px; font-weight:bold; line-height:1; }



/*********************************/
/* common parts */

#panqz { padding:30px 15px 0; margin-top:0; }
#panqz li { display:inline-block; padding-right:5px; }
#panqz li a { display:inline-block; white-space:nowrap; font-weight:bold; position:relative; padding-right:15px; }
#panqz li a::after { content:' '; width:5px; height:5px; border-top:1px solid #4ea142; border-right:1px solid #4ea142; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:2px; top:calc(50% - 3px); }
#panqz li span { display:block; color:#999; font-weight:bold; }

.flowlist { display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content:stretch; padding:20px 15px 20px 15px; margin:0; background:#F8F8F8; }
.flowlist li { font-weight:bold; font-size:14px; color:#999; position:relative; padding-left:10%; white-space:nowrap; }
.flowlist li.current { color:#4ea142; }
.flowlist li.current span { padding-left:0.5em; display:inline-block; vertical-align:top; }
.flowlist li::before { content:' '; width:7px; height:7px; border-top:2px solid #999; border-right:2px solid #999; border-radius:2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; left:7px; top:4px; }
.flowlist li:first-child { padding-left:0; }
.flowlist li:first-child::before { display:none; }

.h1_01 { color:#4ea142; font-size:24px; padding:20px 15px 20px; border-bottom:1px solid #DFDFDF; }
.h1_02 { color:#333; font-size:24px; padding:30px 15px 10px; border-bottom:1px solid #DFDFDF; }

.secBox { padding:30px 15px 0; }
.secBox .tit_01 { color:#00A040; font-size:20px; }
.secBox .tit_02 { color:#333; font-size:20px; margin-top:20px; }
.secBox .tit_03 { color:#333; font-size:18px; margin-top:30px; }
.secBox .tit_04 { color:#333; font-size:16px; margin-top:20px; }
.secBox .tit_01:nth-of-type(0),
.secBox .tit_02:nth-of-type(0) { margin-top:0; }
.secBox.gray { background:#F8F8F8; padding:30px 15px; margin-top:30px; }
.tit_01 .step { display:block; font-size:14px; color:#999; padding:0 0 5px; }

.secBox.gray { background:#F8F8F8; padding:20px 15px; margin-top:20px; }

.subBox { background:#F8F8F8; padding:20px 20px; margin:20px 0 0; }
.subBox > .tit_01 { color:#4ea142; font-size:20px; }
.bb0{border-bottom:0!important}
.sortBox { padding:10px 0;}
.sortBox .tit { color:#333; font-size:14px; }
.sortBox .tit a { display:inline-block; margin-left:10px; }
.sortBox .tags { margin-top:0; }

.flow_msg { font-size:20px; font-weight:bold; text-align:center; margin:10px 0 0; }
.flow_msg::before { content:' '; display:block; width:0; height:0; border-top:11px solid #4EA242; border-left:10px solid transparent; border-right:10px solid transparent; margin:0 auto 10px; }

p.link { text-align:right; margin:15px 0 0; font-weight:bold; }
p.link2 { margin:15px 0 0; font-weight:bold; }
p.note { text-align:center; margin:15px 0 0; }
p a{ text-decoration: none; }

a.link_blank,
a.link_arrow,
a.link_arrow_white,
a.link_arrow2,
a.link_arrow2_white { text-decoration:none; }

a.link_blank { display:inline-block; padding-right:20px; background:url('/sp/img/common/ico_blank.png') no-repeat 100% 50%; background-size:11px 11px; }

a.link_arrow { display:inline-block; position:relative; padding-right:15px;  }
a.link_arrow::after { content:' '; width:5px; height:5px; border-top:1px solid #4ea142; border-right:1px solid #4ea142; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:2px; top:calc(50% - 3px); }
a.link_arrow_white { display:inline-block; position:relative; padding-right:15px; color:#FFF; }
a.link_arrow_white::after { content:' '; width:5px; height:5px; border-top:1px solid #FFF; border-right:1px solid #FFF; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:2px; top:calc(50% - 3px); }

a.link_arrow2 { display:inline-block; position:relative; padding-left:15px;  }
a.link_arrow2::after { content:' '; width:5px; height:5px; border-bottom:1px solid #4ea142; border-left:1px solid #4ea142; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; left:2px; top:calc(50% - 3px); }
a.link_arrow2_white { display:inline-block; position:relative; padding-left:15px; color:#FFF; }
a.link_arrow2_white::after { content:' '; width:5px; height:5px; border-bottom:1px solid #FFF; border-left:1px solid #FFF; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; left:2px; top:calc(50% - 3px); }

body.is_iOS .without_iOS { display:none; }

/*********************************/
/* btn */

#content > .btnBox { padding-right:15px; padding-left:15px; }
.btnBox { margin-top:20px; }
.btnBox > a { margin-top:20px; }
.btnBox > a:first-child { margin-top:0; }
.btnBox .note { text-align:center; margin:5px 0 0; }

.btn_link01 { display:table; width:100%; border-radius:20px; height:40px; }
.btn_link01 span { display:table-cell; background:#FF7900; border-radius:20px; color:#FFF; font-weight:bold; padding:0 20px; text-align:center; vertical-align:middle; }
.btn_link02 { display:table; width:100%; border-radius:20px; height:40px; }
.btn_link02 span { display:table-cell; background:#4ea142; border-radius:20px; color:#FFF; font-weight:bold; padding:0 20px; text-align:center; vertical-align:middle; }
.btn_link03 { display:table; width:100%; border-radius:20px; height:40px; }
.btn_link03 span { display:table-cell; background:#E5F1E3; border-radius:20px; color:#4ea142; font-weight:bold; padding:0 20px; text-align:center; vertical-align:middle; }
.btn_link04 { display:table; width:100%; border-radius:20px; height:40px; }
.btn_link04 span { display:table-cell; background:#E5F1E3; border-radius:20px; color:#4ea142; font-weight:bold; padding:0 20px; text-align:center; vertical-align:middle; }
.btn_link05 { display:table; width:100%; border-radius:20px; height:40px; }
.btn_link05 span { display:table-cell; background:#D7EF00; border-radius:20px; color:#018832; font-weight:bold; padding:0 20px; text-align:center; vertical-align:middle; }
button.btn_link05 { display:table; width:100%; border-radius:20px; height:40px; padding: 0; border: none; background-color: #D7EF00; cursor: pointer; text-align: center; color:#018832}

a.btn_blank span { background-image:url('/sp/img/common/ico_blank2.png'); background-repeat:no-repeat; background-position:right 10px top 50%; background-size:11px 11px; }

a.btn_more,
a.btn_more_white { position:relative; }
a.btn_more::before { content:' '; display:inline-block; width:14px; height:1px; background:#4ea142; position:absolute; right:16px; top:50%; }
a.btn_more::after { content:' '; display:inline-block; width:14px; height:1px; background:#4ea142; -webkit-transform: rotate(90deg); transform: rotate(90deg); position:absolute; right:16px; top:50%; }
a.btn_more_white::before { content:' '; display:inline-block; width:14px; height:1px; background:#FFF; position:absolute; right:16px; top:50%; }
a.btn_more_white::after { content:' '; display:inline-block; width:14px; height:1px; background:#FFF; -webkit-transform: rotate(90deg); transform: rotate(90deg); position:absolute; right:16px; top:50%; }

a.btn_liquid { width:auto !important; }
a.btn_liquid.btn_blank span { padding-right:30px; }

a.disabled { cursor:default; }
a.disabled span { background:#DDD !important; color:#333 !important; }

a.btn_sns_line01 { display:table; background:#00C300; width:100%; height:44px; border-radius:8px; }
a.btn_sns_line01 span { display:table-cell; background:url('/sp/img/common/btn_line_bg.png') no-repeat 0 0; background-size:44px 44px; text-align:center; vertical-align:middle; line-height:1; color:#FFF; font-weight:bold; border-radius:8px; }


a.btn_toggle01 { display:table; width:100%; border-radius:20px; height:40px; }
a.btn_toggle01 span { display:table-cell; background:#4ea142; border-radius:20px; color:#FFF; font-weight:bold; padding:0 5px 0 5px; text-align:center; vertical-align:middle; position:relative; }
a.btn_toggle01 span::before { content:' '; display:inline-block; width:14px; height:1px; background:#FFF; position:absolute; right:16px; top:50%; }
a.btn_toggle01 span::after { content:' '; display:inline-block; width:14px; height:1px; background:#FFF; -webkit-transform: rotate(90deg); transform: rotate(90deg); position:absolute; right:16px; top:50%; }
a.btn_toggle01 span.isOpen::after { display:none; }
a.btn_toggle01.disabled span::before,
a.btn_toggle01.disabled span::after { display:none; }
.toggleBox { display:none; overflow:hidden; }
.toggleBox.isOpen { }
a.btn_toggle01 .text_open{
	display: block;
}
a.btn_toggle01 .text_close{
	display: none;
}
a.btn_toggle01 span.isOpen .text_open{
	display: none;
}
a.btn_toggle01 span.isOpen .text_close{
	display: block;
}

.togglebtn { text-align:right; padding:0 0 5px; }
.togglebtn a { font-weight:bold; padding-right:15px; display:inline-block; position:relative; }
.togglebtn a::before { content:' '; display:inline-block; width:12px; height:1px; background:#4EA142; position:absolute; right:0; top:50%; }
.togglebtn a::after { content:' '; display:inline-block; width:12px; height:1px; background:#4EA142; -webkit-transform: rotate(90deg); transform: rotate(90deg); position:absolute; right:0; top:50%; }
.togglebtn a.isOpen::after { display:none; }
.togglebtn a .close { display:none; }
.togglebtn a.isOpen .open { display:none; }
.togglebtn a.isOpen .close { display:inline-block; }
.togglebox { position:relative; display:none; }
.togglebox.isOpen { }

.togglebtn2 { text-align:right; padding:0 0 5px; }
.togglebtn2 a { font-weight:bold; padding-right:15px; display:inline-block; position:relative; }
.togglebtn2 a::before { content:' '; display:inline-block; width:12px; height:1px; background:#4EA142; position:absolute; right:0; top:50%; }
.togglebtn2 a::after { content:' '; display:inline-block; width:12px; height:1px; background:#4EA142; -webkit-transform: rotate(90deg); transform: rotate(90deg); position:absolute; right:0; top:50%; }
.togglebtn2 a.isOpen::after { display:none; }
.togglebtn2 a .close { display:none; }
.togglebtn2 a.isOpen .open { display:none; }
.togglebtn2 a.isOpen .close { display:inline-block; }
.togglebox2 { position:relative; height:100px; overflow-y:hidden; }
.togglebox2::after { content:' '; display:block; width:100%; height:100%; position:absolute; left:0; top:0; bottom:0; right:0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00,  rgba(255,255,255,0)), color-stop(1.00, rgba(255,255,255,1)));
	background:linear-gradient(linear, left top, left bottom, color-stop(0.00,  rgba(255,255,255,0)), color-stop(1.00,  rgba(255,255,255,1)));
}
.togglebox2.isOpen { height:auto; }
.togglebox2.isOpen::after { display:none; }

/*********************************/
/* text */

p.int01 { text-indent:-1em; padding-left:1em; }
ul.int01 li { text-indent:-1em; padding-left:1em; }


/*********************************/
/* box */

.imgbox { }
.imgbox::after { content:' '; display:block; clear:both; font-size:0; height:0; width:0; overflow:hidden; }
.imgbox > .img { width:calc(50% - 7.5px); overflow:hidden; text-align: center;}
.imgbox > .img.f-left { margin-right:15px; }
.imgbox > .img.f-right { margin-left:15px; }
.imgbox p { overflow:hidden; color: #333; line-height: 21px;}
.imgbox_txt {
	display: block;
	float: left;
	width:calc(50% - 7.5px);
}
.imgbox_txt .tit_02 {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.imgbox_txt .link2 {
	color: #4ea142;
	font-size: 14px;
	padding-right: 15px;
	position: relative;
	display: inline-block;
}
.imgbox_txt .link2:after {
	content: ' ';
	width: 5px;
	height: 5px;
	border-top: 1px solid #4ea142;
	border-right: 1px solid #4ea142;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 2px;
	top: calc(50% - 3px);
}
.imgbox > .img img {
	width: 136px;
}

/*********************************/
/* table */

table.table_02 { width:100%; margin:20px 0 0; background:#FFF; }
table.table_02 caption { background:#EEE; padding:5px 0; text-align:center; font-weight:bold; border:1px solid #DDD; border-bottom:0; }
table.table_02 th,
table.table_02 td { border:1px solid #DDD; }
table.table_02 th { width:70px; padding:10px; }
table.table_02 td { padding:10px; text-align:left; }
table.table_02 th.th_1 { background:#EEE; }

table.table_02_03 th{text-align: left; background: #EEE; width: 100%;}
table.table_02_03 td .link_arrow{display: block;}
table.table_05{
	width: 100%;
	margin-top: 20px;
	background: #fff;
}
table.table_05 th,
table.table_05 td{
	border: 1px solid #ddd;
	padding: 10px;
}
table.table_05 thead th{
	background: #666;
	color: #fff;
}
table.table_05 tbody th{
	background: #F6F6F6;
	text-align: left;
}
/*********************************/
/* dl */

.dl_01 { border:1px solid #DDD; margin:20px 0 0; }
.dl_01 dt { background:#EEE; padding:6px; text-align:center; font-weight:bold; border-bottom:1px solid #DDD}
.dl_01 dd { padding:8px; text-align:center; }

/*********************************/
/* tag */

ul.tags { display:-webkit-flex; display:flex; flex-wrap:wrap; justify-content:stretch; padding:8px 0 0; }
ul.tags li { margin:0 2px 3px 0; }
ul.tags li span { display:inline-block; white-space:nowrap; background:#00B4FF; text-align:center; height:20px; padding:0 10px; font-size:11px; color:#FFF; line-height:20px; border-radius:5px; }
/* // 2019/06/13 TIS 禁煙化（恒久対応）STR */
/* //ul.tags li span#lblNoSmoking{background:#999999;} */
ul.tags li span.iconGray{background:#999999;}
/* // 2019/06/13 TIS 禁煙化（恒久対応）END */
.tag_any,
.tag_require { display:inline-block; height:20px; padding:0 12px; margin-left:10px; text-align:center; line-height:20px; font-size:11px; font-weight:normal; border-radius:5px; vertical-align:middle; }
.tag_any { background:#4ea142; color:#fff; }
.tag_any::before { content:'任意'; }
.tag_require { content:'必須'; background:#F00; color:#FFF; }
.tag_require::before { content:'必須'; }

.status span { display:inline-block; white-space:nowrap; background:#4ea142; text-align:center; height:20px; padding:0 15px; font-size:11px; color:#FFF; line-height:20px; border-radius:5px; }
.status.stock_0 span { background:#DDD; }
.status.stock_1 span { background:#F00; }
.status.stock_2 span { background:#4ea142; }

/*********************************/
/* form */

label.inputbox_01 { display:block; margin:10px 0 0; }

.form_list1 { margin:20px 0 0; }
.form_list1 li { display:table; }
.form_list1 li > strong { display:table-cell; white-space:nowrap; }
.form_list1 li select.item,
.form_list1 li input.item { margin-top:15px; }
.form_list1 li > p { display:table-cell; padding:5px 0 0; }

.form_list2 { margin:20px 0 0; }
.form_list2 li { display:table; table-layout:fixed; width:100%; }
.form_list2 li > strong { display:table-cell; width:35%; padding-right:10px; }
.form_list2 li select.item,
.form_list2 li input.item { margin-top:15px; }
.form_list2 li > p { display:table-cell; padding:5px 0 0; }

.check_list1,
.check_list2 { margin:30px 0 0; }

.check_list1 li { position:relative; padding-left:25px; padding-bottom:15px; }
.check_list1 li label { font-weight:bold; }
.check_list1 li label input { position:absolute; left:0; top:0; }
.check_list1 li p { margin-top:10px; }
.check_list2 { display:-webkit-flex; display:flex; flex-wrap:wrap; justify-content:stretch; }
.check_list2 li { width:50%; padding-top:10px; }

.check_list1 p,
.check_list2 p {  }

/*********************************/
/* error */

.msg_error { border:1px solid #F00; padding:10px; color:#F00; margin:15px 15px 0; }
.msg_info { border:1px solid #4ea142; padding:10px; color:#4ea142; margin:15px 15px 0; }

section .msg_error,
section .msg_info { margin-left:0; margin-right:0; }

input.error { background-color:rgb(255, 242, 242); }
select.error { background-color:rgb(255, 242, 242); }
select.disabled { background-color:#CCC; color:#FFF; }
input[type="radio"].error { border:3px solid rgb(255, 242, 242); }
input[type="checkbox"].error { background-color:rgb(255, 242, 242); }
input[type="text"].disabled { background:#CCC; color:#FFF; }
.err_txt { display:block; color:#E00; font-size:12px; line-height:1.5; }
select { border:1px solid #D2D2D2; border-radius:5px; padding:10px 35px 10px 5px; box-sizing:border-box; position:relative; background:url('/sp/img/common/bg_arrowselect01.png') no-repeat right 10px top 50% #FFF; background-size:8px 5px; }
.select_01 {
	width: 100%;
	border: 1px solid #EEE;
	border-radius: 5px;
	padding: 20px 35px 20px 10px;
}

/*********************************/
/* BOX */
.bd { border:1px solid #DDD; margin:30px 0; padding:30px 20px; }
.bd_top { border-top:1px solid #DDD; margin-top:30px; padding-top:30px; }
.bd_bottom { border-bottom:1px solid #DDD; margin-bottom:30px; padding-bottom:30px; }

.noBD { border:0 !important; padding-top:0; padding-bottom:0; }
.noBD_top { border-top:0 !important; padding-top:0; }
.noBD_bottom { border-bottom:0 !important; padding-bottom:0; }

/*********************************/
/* priset parts */

.h2_area{margin-bottom: 20px;}
.h2_area h2 {color: #4ea142; font-size: 24px; margin: 0; padding: 0;}
.result_done{padding: 30px 15px;}
.result_done .text{margin-bottom: 30px;}
.lst_result{padding: 40px 16px;}
.lst_result li{border: 1px solid #dfdfdf; margin-bottom: 20px;}
.wrp_heading{position: relative;}
.wrp_heading .h1_01 {border-bottom: 0;}
.wrp_heading .wrp_heading__right-link{ position: absolute; top: 45px; right: 15px;}
.wrp_heading + .secBox {padding-top: 0;}
.btnGroup {margin-bottom: 20px;}
.btnGroup .btnBox {margin-top: 0;}
.btnGroup .btnBox .grid_row {margin: 0 -5px;}
.btnGroup .btnBox .grid_row li {padding: 0 5px;}

.sec_class { padding:20px 15px 25px; margin:30px 0 0; background: #f8f8f8;}
.sec_class .tit { color:#4ea142; font-size:20px; }
.sec_class .mainimg { padding:15px 0 0; }
.sec_class .mainimg img { width:100%; }
.sec_class .caution { margin:15px 0 0; color:#F00; }
.sec_class .btnBox { margin-top:15px; }

ul.shop_list { border-top:1px solid #DDD; }
.shop_list li { border-bottom:1px solid #DDD; }
.shop_list li > a { display:block; color:#333; padding:14px 20px 6px 0; position:relative; }
.shop_list li > a::after { content:' '; width:15px; height:15px; border-top:1px solid #4ea142; border-right:1px solid #4ea142; -webkit-transform-origin:50% 0%; transform-origin:50% 0%; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:0; top:calc(50% - 3px); }
.shop_list li .name { display:block; font-weight:bold; }
.shop_list li .ruby { display:block; color:#999; padding:5px 0 0; }
.shop_list li p { margin:5px 0 0; }
.shop_list li p.btn { padding-bottom: 20px;}

.car_cdt{border-top:1px solid #DFDFDF; margin: 10px 0 0 0; padding: 10px 0;}
.car_cdt p{margin-top: 10px;}
.price-list { border-top:1px solid #DFDFDF; border-bottom:1px solid #DFDFDF; width:100%; margin:10px 0; background:url('/sp/img/common/ico_blank.png') no-repeat right 15px top 50%; background-size:11px 11px; }
.price-list th,
.price-list td { font-size:14px; text-align:left; }
.price-list th { padding:5px 0 5px; min-width:110px; width:6em; font-weight:normal; white-space:nowrap; }
.price-list td { padding:5px 0 5px; }
.price-list tr:first-child th,
.price-list tr:first-child td { padding-top:18px; }
.price-list tr:last-child th,
.price-list tr:last-child td { padding-bottom:18px; }
.price-list .base td { font-weight:bold; }
.price-list .member td { color:#FE0000; }

.carBox { padding:30px 0 0; margin:30px 0 0; border-top:1px solid #DFDFDF; }
.carBox .wrap { }
.carBox .wrap::after { content:' '; display:block; clear:both; width:0; height:0; overflow:hidden; }
.carBox .img { float:left; width:48%; min-width:164px; margin:0 15px 0 0; }
.carBox .car { overflow:hidden; }
.carBox .car .tit { font-size:14px; color:#333; }
.carBox .btnBox { clear:both; padding:0; margin-top:15px; }
.carBox .status { margin:10px 0 0; }
.carBox .detail { margin:20px 0 0; font-weight:bold; }

.carBox .price-list { border-top:0; border-bottom:0; margin-top:25px; margin-bottom:25px; }
.carBox .price-list tr:first-child th,
.carBox .price-list tr:first-child td,
.carBox .price-list tr th,
.carBox .price-list tr td { padding-top:0; }
.carBox .price-list tr:last-child th,
.carBox .price-list tr:last-child td { padding-bottom:0; }

/* price list parts */
.price-list2_wrap { position:relative;}
.price-list2_wrap .inner:after { content:' '; display:block; width:15px; height:100%; position:absolute; right:0; top:0;
	background:-webkit-gradient(linear, left top, right top, color-stop(0.00, rgba(255,255,255,0)), color-stop(0.9, rgba(255,255,255,1)), color-stop(1.00, rgba(255,255,255,1)));
	background:linear-gradient(linear, left top, right top, color-stop(0.00, rgba(255,255,255,0)), color-stop(0.9, rgba(255,255,255,1)), color-stop(1.00, rgba(255,255,255,1)));
}
.gray .price-list2_wrap .inner:after { content:' '; display:block; width:15px; height:100%; position:absolute; right:0; top:0;
	background:-webkit-gradient(linear, left top, right top, color-stop(0.00, rgba(248,248,248,0)), color-stop(0.9, rgba(248,248,248,1)), color-stop(1.00, rgba(248,248,248,1)));
	background:linear-gradient(linear, left top, right top, color-stop(0.00, rgba(248,248,248,0)), color-stop(0.9, rgba(248,248,248,1)), color-stop(1.00, rgba(248,248,248,1)));
}
.price-list2_wrap .inner2 { border-right:10px solid #FFF; }
.gray .price-list2_wrap .inner2 { border-right:10px solid #F8F8F8; }

.price-list2_wrap .inner { overflow-x:scroll; -webkit-overflow-scrolling:touch; padding:0 0 5px; }
.price-list2 th,
.price-list2 td { border:1px solid #DDD; padding:15px 15px; white-space:nowrap; }
.price-list2 th { font-weight:bold; padding:15px 5px 15px 15px; text-align:left; }
.price-list2 td { border:1px solid #DDD; text-align:center; color:#555; line-height:1.5; background:#FFF; }
.price-list2 tr:nth-of-type(1) th { background:#EEE; padding:15px; text-align:center; }

.price-list2_wrap .inner{
	overflow-x: scroll;
	-webkit-overflow-scrolling:touch;
	padding: 0 0 5px;
}
.price-list2_wrap .inner::-webkit-scrollbar-track{
	border-radius: 6px;
	background-color: transparent;
}
.price-list2_wrap .inner::-webkit-scrollbar{
	width: 15px;
	height: 7px;
	background-color: transparent;
}
.price-list2_wrap .inner::-webkit-scrollbar-thumb{
	border-radius: 6px;
	background-color: #e5e5e5;
}
.price-list2_wrap:after {
	content:' ';
	display:block;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:-webkit-gradient(linear, left top, right top, color-stop(0.00, rgba(255,255,255,0)), color-stop(0.9, rgba(255,255,255,1)), color-stop(1.00, rgba(255,255,255,1)));
	background:linear-gradient(linear, left top, right top, color-stop(0.00, rgba(255,255,255,0)), color-stop(0.9, rgba(255,255,255,1)), color-stop(1.00, rgba(255,255,255,1)));
}
.gray .price-list2_wrap:after {
	content:' ';
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:-webkit-gradient(linear, left top, right top, color-stop(0.00, rgba(248,248,248,0)), color-stop(0.9, rgba(248,248,248,1)), color-stop(1.00, rgba(248,248,248,1)));
	background:linear-gradient(linear, left top, right top, color-stop(0.00, rgba(248,248,248,0)), color-stop(0.9, rgba(248,248,248,1)), color-stop(1.00, rgba(248,248,248,1)));
}

.price-list2 th,
.price-list2 td {
	border:1px solid #DDD;
	padding:15px 15px;
	white-space:nowrap;
}
.price-list2 th {
	font-weight:bold;
	padding:15px 10px 15px 10px;
	text-align:left;
}
.price-list2 td {
	border:1px solid #DDD;
	text-align:center; color:#555;
	line-height:1.5; background:#FFF;
}
.price-list2 tr:nth-of-type(1) th {
	background:#EEE;
	padding:15px;
	text-align:center;
}

/*.optionBox { border-top:1px solid #DDD; margin:25px 0 0; }*/
.optionBox dt { padding:30px 0 0; color:#4ea142; font-weight:bold; }
.optionBox dd { padding:0 0 30px; border-bottom:1px solid #DDD; }
.optionBox dd input[type="text"].item { margin-left:5px; margin-right:5px; }
.optionBox dd select.item { margin-left:5px; margin-right:5px; }
.flow_msg:before {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-top: 11px solid #4EA242;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin: 0 auto 10px;
}


/*------------------------------------------------------*/
/* nav / subnav */
.local_nav_block{
	margin-top: 80px;
}
.local_nav_block ul {
	margin: 0;
}
.local_nav_block li,
.local_nav_head,
.local_nav_title,
.local_nav_nav li {
	border-bottom: 1px solid #eee;
}
.local_nav_subnav {
	border-top: 1px solid #eee;
}
.local_nav_nav li:last-child {
	border-bottom: 0;
}
.local_nav_head {
	padding: 0 16px;
	border-top: 1px solid #eee;
}
.local_nav_block a{
	display: block;
	padding: 14px 0;
	margin: 0;
	color: #343434;
}
.local_nav_title {
	padding: 0;
	margin: 0;
}
.local_nav_title {
	padding-left: 32px;
	position: relative;
}
.local_nav_title.active a{
	color: #4ea142;
}
.local_nav_child ul > li a{
	padding-left: 50px;
}
.local_nav_child ul > li a.active{
	color: #4ea142;
}
.local_nav_child ul > li li a{
	padding-left: 70px;
}
.local_nav_child02 > ul li> a{
	padding-left: 37px;
}
.local_nav_title:before {
	content: ' ';
	display: inline-block;
	width: 12px;
	height: 1px;
	background: #999;
	position: absolute;
	right: 16px;
	top: 50%;
}
.local_nav_title:after {
	content: ' ';
	display: inline-block;
	width: 12px;
	height: 1px;
	background: #999;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	right: 16px;
	top: 50%;
}
.local_nav_title.minute:after {
	display: none;
}
.local_nav_child a {
	display: block;
	color: #343434;
	text-decoration: none;
}
.local_nav_block .current > a {
	color: #4ea142;
}
.local_nav_nav a {
	display: block;
	padding: 14px 16px 14px 0;
	color: #343434;
}
.local_nav_child > ul li a {
	position: relative;
}
.local_nav_child > ul li a:after {
	content: ' ';
	width: 5px;
	height: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 16px;
	top: calc(50% - 3px);
}
.has_subnav > ul > li > a {
	position: relative;
}
.has_subnav > ul > .local_nav_nav > a:before {
	content: ' ';
	display: inline-block;
	width: 12px;
	height: 1px;
	background: #999;
	position: absolute;
	right: 16px;
	top: 50%;
}
.has_subnav > ul > .local_nav_nav > a:after {
	content: ' ';
	display: inline-block;
	width: 12px;
	height: 1px;
	border: 0;
	background: #999;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	right: 16px;
	top: 50%;
}
.has_subnav > ul > li > a.minute:after {
	display: none;
}
.local_nav_trigger + .local_nav_content {
	display: none;
}
.local_nav_trigger.active + .local_nav_content {
	display: block;
}

/* shop search tab*/
.link_block {
	margin: 15px -15px;
}
.link_block li {
	border-bottom: 1px solid #fff;
}
.link_block a {
	background: #F8F8F8;
	color: #4ea142;
	display: block;
	padding: 14px 15px;
}
.link_block a:after {
	right: 15px;
}
.link_block_col {
	padding-left: 1px;
	margin: 0 -15px;
	font-size: 0;
}
.link_block_col li {
	display: inline-block;
	width: 25%;
	text-align: center;
	padding-right: 1px;
	box-sizing: border-box;
}
.link_block_col a {
	background: #F8F8F8;
	color: #4ea142;
	display: block;
	padding: 14px 0;
	font-size: 14px;
}
.link_block_col .current a {
	background: #4ea142;
	color: #fff;
}
.link_block_toggle {
	margin: 0 -15px;
	border-bottom: 1px solid #eee;
}
.link_block_trigger {
	display: block;
	border-top: 1px solid #eee;
	color: #343434;
	padding: 14px 40px 14px 15px;
	position: relative;
}
.link_block_trigger:before {
	content: ' ';
	display: inline-block;
	width: 14px;
	height: 1px;
	background: #4ea142;
	position: absolute;
	right: 16px;
	top: 50%;
}
.link_block_trigger:after {
	content: ' ';
	display: inline-block;
	width: 14px;
	height: 1px;
	background: #4ea142;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	right: 16px;
	top: 50%;
}
.link_block_trigger.isOpen {
	border-bottom: 1px solid #eee;
	color: #4ea142;
}
.link_block_trigger.isOpen:after {
	display: none;
}
.link_block_content {
	padding: 15px 15px 10px;
}
.link_block_content > ul {
	margin: 0;

	font-size: 0;
}
.link_block_content > ul li {
	display: inline-block;
	width: 33.33333333%;
	margin-bottom: 5px;
	padding: 0 2px 0 3px;
	box-sizing: border-box;
}
.link_block_content .lst_dot li{
	display: block;
	width: auto;
	padding: 0;
	margin-bottom: 10px;
	padding-left: 1.6em;
	text-indent: 0;
	position: relative;
}
.link_block_content > ul li a {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 14px 0;
	background: #4ea142;
	color: #fff;
}
.link_block_content .lst_dot{
	font-size: inherit;
	margin-top: 10px;
}
.lst_dot li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #009F40;
	border-radius: 50%;
	margin: 5px;
	position: absolute;
	left: 0;
}
.link_block_content > p{
	margin-top: 0;
}
.link_block_content > p + p{
	margin-top: 15px;
}
.lst_link li{
	margin-bottom: 10px;
}

/*key visual*/
#box_screen ul {margin-top: 0;}
#box_reserve .tit_01 {margin-bottom: 25px;}
#box_reserve .form_reserve select {width: 100%;}

/*ligined top*/
.box_holding {
	border-top: 5px solid #d7ef00;
	border-bottom: 5px solid #d7ef00;
	margin-bottom: 40px;
}
.box_holding .mile {
	display:table;
	padding:0 0 30px;
	width:100%;
	background:#FFF;
}
.box_holding .mile dt,
.box_holding .mile dd {
	display:table-cell;
}
.box_holding .mile dt {
	font-weight:bold;
	color:#4ea142;
	white-space:nowrap;
	vertical-align:middle;
	padding-left:15px;
}
.box_holding .mile dd {
	color:#4ea142;
	font-weight:bold;
	font-size:23px;
	text-align:left;
}
.box_holding .mile dd span {
	display:inline-block;
	background:#EEE;
	width:30px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:0 2.5px;
}
.nav_menu_member {
	background: #4c4c4c;
	padding-bottom: 30px;
}
.nav_menu_member ul {
	margin-top: 0;
}
.nav_menu_member li:first-child {
	padding: 20px 15px;
}
.nav_menu_member li {
	border-bottom: 1px solid #a5a5a5;
}
.nav_menu_member_link {
	display: block;
	padding: 15px 30px 15px 15px;
	font-size: 14px;
	color: #fff;
	position: relative;
}
.nav_menu_member_link:after {
	content: ' ';
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: calc(50% - 3px);
}
/*******************************************/


/*********************************/
/* modal */

#popWrapper { display:none; padding:0; overflow:hidden; background:rgba(51,51,51,0.5); position:fixed; left:0; top:0; box-sizing:border-box; z-index:8000; width:100%; height:100%; }
#popWrapper .modal_box { background:#FFF; padding:35px 20px 35px; margin:0 15px; position:fixed; top:0; overflow:auto; display:none; -webkit-overflow-scrolling:touch; }
#popWrapper .modal_if { height:100%; width:100%; padding:0 15px; box-sizing:border-box; position:absolute; top:0; overflow:auto; display:none; -webkit-overflow-scrolling:touch; }
#popWrapper .modal_if .iframe { border:0; width:100%; height:100%; display:none; }

body.iframe { background:none; }
body.iframe .popbox { background:#FFF; padding:35px 20px 35px;  position:relative; }

body.modeModal { width:100%; height:100%; overflow:hidden; position:fixed; }
body.modeModal #wrapper { overflow:hidden; padding:0; }
body.modeModal #popWrapper { display:block; }
.models span{display: block; font-weight: bold;}
.detailbox .title,
.modal_box .title,
.popbox .title { text-align:center; font-size:22px; }
.modal_box .btnBack,
.popbox .btnBack { display:inline-block; position:absolute; left:20px; top:15px; }
.modal_box .btnClose,
.popbox .btnClose { display:inline-block; width:20px; height:20px; position:absolute; right:20px; top:14px; text-align:right; }
.modal_box .btnClose::before,
.popbox .btnClose::before { content:' '; display:inline-block; width:22px; height:1px; background:#4EA142; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:0; top:50%; }
.modal_box .btnClose::after,
.popbox .btnClose::after { content:' '; display:inline-block; width:22px; height:1px; background:#4EA142; -webkit-transform: rotate(135deg); transform: rotate(135deg); position:absolute; right:0; top:50%; }

.popbox h1 {
	font-size: 22px;
}
dl.phoneBox {
	margin: 30px 0 0;
	border-bottom: 1px solid #eee;
}
dl.phoneBox > dt {
	color: #4ea142;
	font-weight: bold;
	padding: 20px 0 0;
	border-top: 1px solid #eee;
}
dl.phoneBox > dd {
	padding: 20px 0;
	text-align: center;
}
dl.phoneBox > dd:last-child {
	text-align: left;
}
dl.phoneBox > dd a {
	font-size: 24px;
	padding-left: 25px;
	padding-right: 0;
}
dl.phoneBox > dd a:after {
	display: none;
}
dl.phoneBox > dd .link_phone:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("/sp/img/common/icn_phone01.png") no-repeat center;
	background-size: 20px auto;
	position: absolute;
	left: 0;
	top: 6px;
}
/* modal 店舗検索 */
select#search_genre { padding:0 20px 0 15px; height:60px; line-height:60px; }
select#search_genre option { line-height:60px; }

.search_genre { display:none; }
.search_genre.show { display:block; }

.pop_shopsearch { }
.pop_shopsearch .searchbox,
.search_genre .searchbox { display:block; padding:0; }
.pop_shopsearch .sort,
.detailbox .sort{ display:block; padding:5px 0 0; padding-left:22px; text-indent:-22px; }
.pop_shopsearch .subBox{ width:calc(100% + 40px); margin-left:-20px; }

#genre_keyword { }
#genre_address { }
#genre_btrain { }
#genre_airport { }

.pop_shopsearch .basebox { display:block; }
.pop_shopsearch .detailbox { display:none; }

body.detail select#search_genre { display:none; }
body.detail .pop_shopsearch .basebox { display:none; }
body.detail .pop_shopsearch .detailbox { display:block; }
body.detail .pop_shopsearch .btnBack,
body.result .pop_shopsearch .btnBack { display:inline-block; }

body.result .pop_shopsearch .search_genre { display:none; }
body.result select#search_genre { display:none; }

.pop_shopsearch .detailbox .subBox { }
.pop_shopsearch .detailbox .subBox .title,
.detailbox .subBox .title { text-align:left; }
.pop_shopsearch .detailbox .subBox .title small,
.detailbox .subBox .title small { display:inline-block; padding-left:10px; }

.area_box { margin:30px 0 0; border-bottom:1px solid #DDD; }
.area_box dt { }
.area_box dt a { }
.area_box dt a span { background:#EEE; border-radius:0; border:1px solid #DDD; border-bottom:0; padding:15px; line-height:1; color:#333; text-align:left; }
.area_box dt a span::before { content:' '; display:inline-block; width:14px; height:1px; background:#999; position:absolute; right:16px; top:50%; }
.area_box dt a span::after { content:' '; display:inline-block; width:14px; height:1px; background:#999; -webkit-transform: rotate(90deg); transform: rotate(90deg); position:absolute; right:16px; top:50%; }
.area_box dd { border-left:1px solid #DDD; border-right:1px solid #DDD; padding:7px 15px 15px; }
.area_box dd ul { display:-webkit-flex; display:flex; flex-wrap:wrap; justify-content:stretch; margin:0; }
.area_box dd ul li { padding:7px 7px 0; width:33.3%; }
.area_box dd ul li a { display:block; width:100%; height:30px; line-height:30px; text-align:center; font-size:12px; border:1px solid #DDD; border-radius:3px; color:#333; position:relative; }
.area_box dd ul li a::before { content:' '; display:inline-block; width:8px; height:8px; border-top:1px solid #666; border-right:1px solid #666; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:7px; top:calc(50% - 5px); }

.area_box_box dt a span { color:#00A040; background:#f8f8f8; border-radius:0; border:1px solid #fff; border-bottom:0; padding:15px; line-height:1; text-align:left; }
.area_box_box dt a span::before { content:' '; display:inline-block; width:14px; height:1px; background:#00A040; position:absolute; right:16px; top:50%; }
.area_box_box dt a span::after { content:' '; display:inline-block; width:14px; height:1px; background:#00A040; -webkit-transform: rotate(90deg); transform: rotate(90deg); position:absolute; right:16px; top:50%; }
.area_box_box .link_block_toggle{margin: 0; border-top: 1px solid #eee;}
.area_box_box .link_block_toggle li:first-child a{
	border-top: 0;
}
.area_box_box .link_block_toggle .link_block_content{padding: 0 15px 40px}
.area_box_box > .toggleBox > .btnBox{padding: 0 30px;margin: 20px 0}
.area_box_box .link_block_trigger{display: table;width: 100%;box-sizing: border-box;vertical-align: middle}
.area_box_box .link_block_trigger.isOpen{border-bottom:0;}
.area_box_box .link_block_trigger span{display: table-cell;box-sizing: border-box;vertical-align: middle;font-size: 17px;color: #4ea142;text-align: left;font-weight:bold}
.area_box_box .link_block_trigger .img{width: 120px;padding-right: 20px}
.area_box_box .table_02 th,
.area_box_box .table_02 td{text-align: center}
.area_box_box .table_02 th{width: 50%;font-weight: normal;color: #4ea142}

ul.area_list { border-top:1px solid #DDD; margin:30px 0 0; }
ul.area_list li { }
ul.area_list li a { display:block; background:#FFF; border:1px solid #DDD; border-top:0; padding:15px; line-height:1; color:#333; position:relative; }
ul.area_list li a::before { content:' '; display:inline-block; width:8px; height:8px; border-top:1px solid #666; border-right:1px solid #666; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:10px; top:calc(50% - 5px); }
/* 2019/11/19 TC西 SEO施策 ID:10 WFの最適化(一部対応) STR */
ul.area_list3 { border-top: 1px solid #DDD; margin: 30px 0 0; display: flex; flex-wrap: wrap; justify-content: stretch; }
ul.area_list3 li { width: 50%; }
ul.area_list3 li a { display: block; background: #FFF; border: 1px solid #DDD; border-top: 0; padding: 15px; line-height: 1; color: #333; position: relative; }
ul.area_list3 li a::before { content: ' '; display: inline-block; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; right: 10px; top: calc(50% - 5px); }
/* 2019/11/19 TC西 SEO施策 ID:10 WFの最適化(一部対応) END */
/* // 2020/01/15 TC西 RENT_TEIJO-901 【サイト】料金表（３時間利用についてのテキスト注記追加） STR */
a.text_link_3hours_sp {
    text-decoration: underline;
    color: #4ea142;
    font-weight: bold;
}
/* // 2020/01/15 TC西 RENT_TEIJO-901 【サイト】料金表（３時間利用についてのテキスト注記追加）  END */

dl.area_list2 {  }
dl.area_list2 dt { border:1px solid #DDD; background:#EEE; padding:5px 15px; margin-top:20px; font-weight:bold; font-size:14px; }
dl.area_list2 dd { border:1px solid #DDD; border-top:0; border-bottom:0; }
dl.area_list2 dd ul { display:-webkit-flex; display:flex; flex-wrap:wrap; justify-content:space-between; margin:0; }
dl.area_list2 dd ul li { border-bottom:1px solid #DDD; width:100%; }
dl.area_list2 dd ul li a { display:block; height:45px; line-height:45px; text-align:left; font-size:12px; border-radius:3px; color:#333; position:relative; padding:0 15px; }
dl.area_list2 dd ul li a::before { content:' '; display:inline-block; width:8px; height:8px; border-top:1px solid #666; border-right:1px solid #666; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:7px; top:calc(50% - 5px); }
dl.area_list2 dd ul.clm2 { border-bottom:1px solid #DDD; }
dl.area_list2 dd ul.clm2 li { width:50%; }
dl.area_list2 dd ul.clm2 li:nth-child(odd) { border-right:1px solid #DDD; }
dl.area_list2 dd ul.clm2 li:nth-last-of-type(1),
dl.area_list2 dd ul.clm2 li:nth-last-of-type(2):nth-child(odd) { border-bottom:0; }
dl.area_list2 dd ul.clm2 li a { text-align:center; padding:0; }

.pop_shopsearch #search_result { display:none; }
body.result .pop_shopsearch #search_result { display:block; }

/* modal 店舗詳細 */
.pop_shopdetail { }
.pop_shopdetail .title { text-align:center; font-size:22px; }
.pop_shopdetail .shopname { text-align:center; font-size:20px; font-weight:bold; margin:20px 0 0; }
.pop_shopdetail .yomi { text-align:center; font-size:14px; color:#999; font-weight:bold; margin:5px 0 30px; }
.pop_shopdetail dl.shopBox { margin:30px 0 0; border-bottom:1px solid #EEE; }
.pop_shopdetail dl.shopBox > dt { color:#4ea142; font-weight:bold; padding:20px 0 0; border-top:1px solid #EEE; }
.pop_shopdetail dl.shopBox > dd { padding:20px 0; }
.pop_shopdetail dl.shopBox > dd dl { width: 100%;}
.pop_shopdetail dl.shopBox > dd dl dt { font-weight:bold; padding:4px 4px; border: 1px solid #ddd; background-color: #EEE;}
.pop_shopdetail dl.shopBox > dd dl dt:first-child { }
.pop_shopdetail dl.shopBox > dd dl dd {padding:4px 4px; border-right: 1px solid #ddd; border-left: 1px solid #ddd;}
.pop_shopdetail dl.shopBox > dd dl dd .note { text-align:left; }
.pop_shopdetail dl.shopBox > dd dl dd:last-child{border-bottom: 1px solid #ddd;}
.pop_shopdetail .credit { font-size:12px; margin:10px 0 30px; }

.gmap { margin:30px 0; display:table; width:100%; }
.gmap .map { display:table-cell; text-align:center; vertical-align:middle; position:relative; }
.gmap .map .mappin { display:inline-block; padding:13px 20px; border-radius:5px; background:#4ea142; color:#FFF; font-weight:bold; text-align:center; white-space:nowrap; position:relative; margin-bottom:60px; }
.gmap .map .mappin::after { content:' '; display:inline-block; width:0; height:0; border-top:20px solid #4ea142; border-left:8px solid transparent; border-right:8px solid transparent; position:absolute; bottom:-20px; left:calc(50% - 8px); }
.togglebtn { text-align:left; margin:30px 0 0; }

/* modal 日付選択 */
.cal_box { }
.cal_box table { width:100%; table-layout:fixed; }
.cal_box table caption { color:#333; padding:30px 0 20px; text-align:center; font-weight:bold; }
.cal_box table th,
.cal_box table td { text-align:center; vertical-align:middle; border:1px solid #DDD; height:40px; }
.cal_box table th { background:#E5F2E1; font-weight:normal; }
.cal_box table td { background:#FFF; font-weight:normal; }
.cal_box table tbody tr td.current { background:#4ea142; color:#FFF !important; }
/* 2018/01/05 TIS青木 SP次期NEOサイト改修 カレンダーの過去日セル用クラス変更("background:#EEE;"→"background:#EEE !important;") STR */
/*.cal_box table tbody tr td.past { background:#EEE; }*/
.cal_box table tbody tr td.past { background:#EEE !important; }
/* 2018/01/05 TIS青木 SP次期NEOサイト改修 カレンダーの過去日セル用クラス変更("background:#EEE;"→"background:#EEE !important;") END */
.cal_box table tbody tr td.noselect { background: #eee !important; cursor: default; pointer-events: none;}
.cal_box table tbody tr td.is-a3m { background:#EEE; }
.cal_box table tbody tr td.close { background:#D7F5FF; }
.cal_box table tbody tr td:nth-of-type(1) { color:#F00; }
.cal_box table tbody tr td:nth-of-type(1).past { color:#F66; }
.cal_box table tbody tr td:nth-last-of-type(1) { color:#00F; }
.cal_box table tbody tr td:nth-last-of-type(1).past { color:#66F; }
.cal_box table tr.hide { display:none; }
#cal_5 { display:none; }
.return #cal_5 { display:block; }
.pop_dateselect section { padding-bottom:220px; }
.pop_dateselect .note_a,
.pop_dateselect .note_b { color:#F00; font-size:12px; text-indent:-32px; padding-left:32px; }
.pop_dateselect .note_a::before { content:' '; display:inline-block; width:22px; height:22px; background:#EEE; font-size:0; margin-right:10px; vertical-align:middle; }
.pop_dateselect .note_b::before { content:' '; display:inline-block; width:22px; height:22px; background:#D7F5FF; font-size:0; margin-right:10px; vertical-align:middle; }
.form_error span {display: inline-block; padding: 7px 10px; border: 1px solid #f00; color: #f00; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box;}

.form_dateselect { transform:translate3d(0, 0, 0); position:fixed; bottom:0; left:0; width:100%; background:#404040; padding:20px 35px; color:#FFF; box-sizing:border-box; display:none; }
.form_dateselect dl { display:table; width:100%; }
.form_dateselect dl dt { display:table-cell; width:85px; vertical-align:middle; text-align:left; }
.form_dateselect dl dd { display:table-cell; vertical-align:middle; text-align:left; }

.form_dateselect { display:block; }
.form_dateselect select:disabled {background-color: #ebebe4;}
.disnone {display: none;}
.btnBox a.disable span {color: #333; background: #ddd; cursor: default;}

/* iframe loading animation */
.loader { display:table; height:100%; width:100%; }
@-webkit-keyframes scale { 0% { -webkit-transform:scale(1); transform:scale(1); opacity:1; }
	45% { -webkit-transform:scale(0.1); transform:scale(0.1); opacity:0.7; }
	80% { -webkit-transform:scale(1); transform:scale(1); opacity:1; }
}
@keyframes scale { 0% { -webkit-transform:scale(1); transform:scale(1); opacity:1; }
	45% { -webkit-transform:scale(0.1); transform:scale(0.1); opacity:0.7; }
	80% { -webkit-transform:scale(1); transform:scale(1); opacity:1; }
}
.ball-pulse { display:table-cell; vertical-align:middle; text-align:center; }
.ball-pulse > div:nth-child(1) { -webkit-animation:scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); animation:scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(2) { -webkit-animation:scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); animation:scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(3) { -webkit-animation:scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); animation:scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div { background-color:#fff; width:10px; height:10px; border-radius:100%; margin:2px; -webkit-animation-fill-mode:both; animation-fill-mode:both; display:inline-block; }


/* modal 料金表 */

#popWrapper .modal_box.pop_pricelist { width:calc(100% - 30px); box-sizing:border-box; }
#popWrapper .modal_box.pop_pricelist .title { text-align:left; padding:0 0 30px; }
.modal_car_price {  }
.modal_car_price::after { content:' '; display:inline-block; width:30px; height:1px; }

.box_used{
	overflow: hidden;
	margin-bottom: 10px;
}
.box_used table{
	float: right;
}
.box_used table th{
	text-align: left;
	padding-right: 15px;
}
.box-normal {
	border: 1px dashed #CCCCCC;
	background: #FFFFF2;
}

.box-normal,
.box-caution,
.box-error {
	margin: 15px 0;
	padding: 10px;
}

/* Common  */
/*------------------------------------------------------*/
h1 {font-size: 28px;}
.h2 {color: #333; font-size: 20px; padding: 27px 0 20px; border-bottom: 1px solid #DFDFDF;}
.h2_area {margin-bottom: 20px;}
.h2_area h2 {color: #4ea142; font-size: 24px; margin: 0; padding: 0;}
.h2_area h2.font_size {font-size: 20px;}
.h2_area h2.black {color: #000;}
/* // 2019/11/07 TIS李 ダイナミックプライシング(フェーズ2) 制作側(\sp\css\common2.css)からコピー STR */
.h2_area h2.red_box {
    padding: 5px;
    color: #f00;
    border: 2px solid #f00;
}
/* // 2019/11/07 TIS李  ダイナミックプライシング(フェーズ2) END */
.h3_area {margin-bottom: 20px;}
.h3_area h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.ele_h2 {
	padding: 30px 0 15px;
	font-weight: bold;
	font-size: 20px;
	color: #999;
}
.w30 {width: 30% !important;}
.w50 {width: 50% !important;}
.w100 {width: 100%; display: inline-block;}
.w320 {width: 320px;}
.w305 {width: 305px;}
.mta1 {margin-top: -1px !important;}
.w_auto {width: auto !important;}
.max_width_50 {max-width: 50%;}
.bdt {border-top: 1px solid #cccccc;}
.text_20 {font-size: 20px;}
.text_10 {font-size: 10px;}
.text_indent {padding-left: 15px; text-indent: -8px;}
.error_text {margin-bottom: 10px; font-size: 12px; color: #f00;}
.list_text {list-style-type: disc; margin-top: 0;}
.list_text li{margin-left: 15px;}
.col_red{color: #ff3333;}
.f_right {float: right;}
.other {padding: 20px 15px 40px;}
.max_width_80 {max-width: 80%;}
.min_width80 {min-width: 80px;}
.btb_col2 {margin-top: 30px; text-align: center;}
.togglebtn.large a:after,
.togglebtn.large a:before {
  background: #000;
}
input[type="number"]:placeholder-shown {
    color: #AAA;
}
input[type="number"] {
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    padding: 10px 7px;
    box-sizing: border-box;
}
select.disabled {
      background-color: #ccc !important;
      color: black;
      pointer-events: none !important;
}
.optionBox dd input[type="number"].item {
    margin-left: 5px;
    margin-right: 5px;
}
.tag_any { 
  background:#4ea142 !important; 
  color:#ffffff !important; 
}
.boxCaution{ border:1px solid #F00; padding:10px; margin:15px 0 0; }
.boxCaution h3{ color: #F00;}



/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* table_03 */
table.table_03 {
    width: 100%;
    margin: 20px 0 0;
    background: #FFF;
}

table.table_03 .caption {
    background: #EEE;
    text-align: left;
    font-weight: bold;    
    border-bottom: 0;
}
table.table_03 th,
table.table_03 td {	
	padding: 10px;
    text-align: left;
    border: 1px solid #DDD;
}
table.table_03 td {
	text-align: right;
  min-width: 80px;
}
table.table_03.td_left td {
  text-align: left;
}

/* table_04 */
table.table_04 {
    width: 100%;
    margin: 20px 0 0;
    background: #FFF;
}

table.table_04 .caption {
    background: #EEE;
    text-align: left;
    font-weight: bold;    
    border-bottom: 0;
}
table.table_04 th,
table.table_04 td {	
	padding: 10px;
    text-align: center;
    border: 1px solid #DDD;
}
table.table_04 td {
	font-size: 20px;
	color: #000;
    text-align: right;
	font-weight: bold;
}

/* list-text */
.list-text {
	list-style: unset;
}
.list-text li {
    list-style-type: inherit;
    line-height: 1.6;
    margin-left: 15px;
}

/** list-link */
.list-link a {
	margin-top: 15px;
	margin-left: 25px;
}

.secBox.bg_none {
	background: #ffffff;
}

.check_content_table.active, 
.js_check .error_check.active, 
.js_check .check_content.active {
    display: block;
}
.check_content_table, 
.js_check .error_check, 
.js_check .check_content {
    display: none;
}

.error_text {
    margin-bottom: 10px;
    font-size: 12px;
    color: #f00;
}

.legal {
    padding: 20px;
    border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    line-height: 1.6;
}
.text-bold {font-weight: bold;}
.legal-sub {
    margin-top: 20px;
    padding: 20px;
	border: 1px solid #ccc;
}
.form_text_table .check_list1 {
    display: inline-block;
}
.form_text_table .check_list1 li {
    clear: both;
    float: none;
    display: flex;
}

/** Modal **/

.icon.small {
  font-size: 10px;
}
.modal_btn {
  font-size: 18px;
}
.modal_btn_main {
  display: inline-block;
  color: #4ea142;
}
.modal_btn_main:visited,
.modal_btn_main:link {
  color: #4ea142;
}
.modal_btn_main:after {
  display: inline-block;
  content: '\F24D';
  font-family: FontAwesome;
  font-size: 80%;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: relative;
  top: -2px;
}
.modal_btn_main p {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 0.5em;
}
.modal_btn_small {
  font-size: 12px;
}
.modal_btn.black .modal_btn_main {
  color: #333;
}
.modal_btn.black .modal_btn_main:visited,
.modal_btn.black .modal_btn_main:link {
  color: #333;
}
.modal_btn.black .modal_btn_main:after {
  color: #4ea142;
}
.modal_wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 99;
  overflow: auto;
  -webkit-overflow-scrolling:touch;
}
.modal_wrap .modal_main {
  background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    top: 10%;
    width: 94%;
    max-width: 600px;
}
.modal_wrap .modal_main .modal_main_in .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  margin: 0 0 30px;
  position: relative;
}
.modal_wrap .modal_main .modal_main_in .title .h1_area {
  padding-right: 20px;
}
.modal_wrap .modal_main .modal_main_in .title .h2_area {
  margin-bottom: 0;
  padding-right: 20px;
}
.modal_wrap .modal_main .modal_main_in .title .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.modal_wrap .modal_main .modal_main_in .title .back_btn {
  margin-right: 74px;
  font-size: 20px;
  color: #59a74e;
}
.modal_wrap .modal_main .modal_main_in .title .back_btn:before {
  display: inline-block;
  content: '\F104';
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 24px;
  line-height: 33px;
  color: #59a74e;
}
.modal_wrap .modal_main .modal_main_in .title .close_btn {
  width: 20px;
  height: 20px;
  margin-left: auto;
  position: absolute;
  cursor: pointer;
  top: 4px;
  right: 0;
}
.modal_wrap .modal_main .modal_main_in .title .close_btn:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #59a74e;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}
.modal_wrap .modal_main .modal_main_in .title .close_btn:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #59a74e;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 10px;
}
.modal_wrap .modal_main .modal_main_in .sub_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.modal_wrap .modal_main .modal_main_in .sub_title .h3_area {
  margin-bottom: 0;
}
.modal_wrap .modal_main .modal_main_in .sub_title .accordion_text {
  margin-left: auto;
}
.modal_wrap .modal_main .modal_main_in .calendar_main {
  width: 635px;
  margin: 0 auto;
  overflow: hidden;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_main_in {
  width: 1305px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child {
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child + .calendar_child {
  margin-left: 35px;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .top {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .top .calendar_title {
  font-size: 16px;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table {
  width: 300px;
  border: 1px solid #dedfde;
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_head .child {
  width: calc(100% / 7);
  height: 37px;
  background: #e5f2e2;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  border-right: 1px solid #dedfde;
  border-bottom: 1px solid #dedfde;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_head .child p {
  width: 100%;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child {
  width: calc(100% / 7);
  height: 37px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  border-right: 1px solid #dedfde;
  border-bottom: 1px solid #dedfde;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child p {
  width: 100%;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child.past,
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child.noselect {
  background: #eee !important;
  cursor: default;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child.past p,
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child.noselect p {
  opacity: 0.7;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child.close {
  background: #d7f5ff;
  cursor: default;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child.close p {
  opacity: 0.7;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child.sun {
  color: #f00;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child.sat {
  color: #00f;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child.null {
  cursor: default;
}
.modal_wrap .modal_main .modal_main_in .calendar_main .calendar_child .bottom .calendar_table .calendar_body .child.current {
  background: #59a74e;
  color: #fff;
}
.modal_wrap .modal_main .modal_main_in .movement_btn {
  width: 635px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.modal_wrap .modal_main .modal_main_in .movement_btn .prev_btn {
  width: 45px;
  height: 33px;
  position: absolute;
  top: -10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.modal_wrap .modal_main .modal_main_in .movement_btn .prev_btn:after {
  display: inline-block;
  content: '\F104';
  font-family: FontAwesome;
  margin: 0;
  font-size: 24px;
  line-height: 33px;
  color: #59a74e;
}
.modal_wrap .modal_main .modal_main_in .movement_btn .next_btn {
  width: 45px;
  height: 33px;
  position: absolute;
  top: -10px;
  right: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.modal_wrap .modal_main .modal_main_in .movement_btn .next_btn:after {
  display: inline-block;
  content: '\F105';
  font-family: FontAwesome;
  margin: 0;
  font-size: 24px;
  line-height: 33px;
  color: #59a74e;
}
.modal_wrap .modal_main .modal_main_in .time_main {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_wrap .modal_main .modal_main_in .time_main .sort_area_main {
  margin-right: auto;
}
.modal_wrap .modal_main .modal_main_in .time_main .sort_area_main .form_select select {
  width: 300px;
}
.modal_wrap .modal_main .modal_main_in .example_main {
  position: relative;
}
.modal_wrap .modal_main .modal_main_in .example_main_in {
  position: absolute;
  top: -60px;
  left: 0;
}
.modal_wrap .modal_main .modal_main_in .example_main_in .child {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_wrap .modal_main .modal_main_in .example_main_in .child .color {
  width: 30px;
  height: 30px;
  background: #eee;
}
.modal_wrap .modal_main .modal_main_in .example_main_in .child .color.store {
  background: #d7f5ff;
}
.modal_wrap .modal_main .modal_main_in .example_main_in .child .text {
  margin-left: 10px;
  color: #f00;
  font-size: 10px;
}
.modal_wrap .modal_main .modal_main_in .reservation_btn {
  margin-bottom: 10px;
  text-align: center;
}
.modal_wrap .modal_main .modal_main_in .close_btn_box {
  margin-top: 30px;
  text-align: center;
}
.modal_wrap .modal_main .modal_main_in .car_type_list .child {
  width: 635px;
  margin: 0 auto;
}
.modal_wrap .modal_main .modal_main_in .car_type_list .child label {
  display: block;
  position: relative;
}
.modal_wrap .modal_main .modal_main_in .car_type_list .child label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_wrap .modal_main .modal_main_in .car_type_list .child label .title_main {
  display: block;
  padding: 24px 12px;
  border-radius: 8px;
  border: 2px solid #59a74e;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #59a74e;
}
.modal_wrap .modal_main .modal_main_in .car_type_list .child label input:checked + .title_main {
  background: #59a74e;
  color: #fff;
}
.modal_wrap .modal_main .modal_main_in .car_type_list .child + .child {
  margin-top: 30px;
}

/** car detail **/
.modal_car_detail .modal_main_in {
	padding:40px 0;
}
.modal_car_detail .modal_main_in .btnClose { display:inline-block; width:20px; height:20px; position:absolute; right:20px; top:36px; text-align:right; }
.modal_car_detail .modal_main_in .btnClose::before { content:' '; display:inline-block; width:22px; height:1px; background:#4EA142; -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; right:0; top:50%; }
.modal_car_detail .modal_main_in .btnClose::after { content:' '; display:inline-block; width:22px; height:1px; background:#4EA142; -webkit-transform: rotate(135deg); transform: rotate(135deg); position:absolute; right:0; top:50%; }

.product-left {
  width: 100%;
  float: left;
}
.product-right {
  float: right;
  width: 100%;
}
#product_slider {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#slider {
  width: 100%;
  height: 257px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}
#slider ul {
  overflow: hidden;
  *zoom: 1;
  padding-left: 0px;
}
#slider ul li {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  float: left;
  width: 586px;
  height: 257px;
  line-height: 200px;
}
#slider ul li img {
  width: 100%;
  height: 100%;
}
#pager {
  text-align: center;
  overflow: hidden;
}
#pager a {
  width: 23.3333333333%;
  height: 62px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  margin-left: 1%;
}
#pager a:first-child {
  margin-left: 0;
}
#pager a:hover,
#pager a.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
#pager a img {
  height: 100%;
  width: 100%;
}
.product-right table {
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.product-right table th,
.product-right table td {
  padding: 6px 0px;
}
.product-right table th {
  text-align: left;
  color: #999;
}
.product-right p {
  line-height: 1.8;
}

/** iframe_modal_car **/
#iframe_modal_car,
.iframe_modal_car {
    width: 100%;
    height: 830px;
    border: 0px;
}
.modal_car_detail {
	margin-left:auto;
	margin-right:auto;
}
.modal_car_detail .btn_link02 {
  text-decoration: none;
}

/** iframe_modal_price **/
#iframe_modal_price {
    width: 100%;
    /* 2018/01/05 TIS守屋 SP次期NEOサイト改修 height変更(料金表モーダル範囲調整) STR */
    /*height: 250px;*/
    height: 180px;
    /* 2018/01/05 TIS守屋 SP次期NEOサイト改修 height変更(料金表モーダル範囲調整) END */
    border: 0px;
}
.modal_car_price {
font-size:14px;
}
/** close_icon **/
.close_icon {
  width: 20px;
  height: 20px;
  margin-left: auto;
  position: absolute;
  cursor: pointer;
  top: 4px;
  right: 0
}
.close_icon:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #59a74e;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}
.close_icon:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #59a74e;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
}

/** modal1_main **/
.table02 table {
    width: 100%;
}
.table02 table th,
.table02 table td {
    width: 50% !important;
    border-top: 1px solid #ccc;
    vertical-align: middle;
}
.table02 table tr th {
    padding: 10px 15px;
    font-size: 16px;
    color: #4ea142;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.table02 table p {
    padding-top: 0;
}
.table02 table .list-check li {
    margin-top: 5px;
    margin-bottom: 5px;
}


/** slider **/
.product-left .slider {
  padding-left: 0;
}
.product-left .slick-slide {
  height: auto;
}
.product-left .slick-slide img {
  width: 100%;
  height: auto;
}
.product-left .slider-nav .slick-list {
  padding: 0 !important;
}
.slider-nav .slick-slide {
  padding: 2px;
}
.link.blank:after {
    display: inline-block;
    content: '\F24D';
    font-family: FontAwesome;
    margin: 0 0 0 0.5em;
    font-size: 90%;
    position: relative;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -0.1em;
}

.change_bg label select {
    background-color: #fff2f2;
}
.modal-content p a {
  word-break: break-all;
}

/** modal step **/
.modal_step .title {
  text-align: center;
  display: block !important;
  font-size: 23px;
  font-weight: bold;
}
.modal_step .close_btn {  
  margin-right: 30px;
}
.modal_step .modal_cnt h2 {
  font-size: 20px;
  font-weight: bold;
  color: #4ea142;
}
.modal_step .cnt_area img {
  width: 100%;
}
.modal_step p a {
  text-decoration: none;
}

/** dateselect **/
.dateselect{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}
.dateselect:after{
  display: inline-block;
  content: '\F24D';
  font-family: FontAwesome;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 8px;
  right: 5%;
  color: #59a74e;
}
.input-dateselect {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
.modal-shopsearch {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
.form_reserve input{
	width: 100%;
    height: 35px;
    padding: 5px 20px 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
	/*background:url('/sp/img/common/ico_blank.png') no-repeat right 5px top 50% #FFF; background-size:11px 11px;*/
}
.form_reserve input.welcab{
   outline: 0;
   border: 0px;
   background: transparent;
}
.select_check.disabled {
  pointer-events: none;
}
.change_bg.select_check.disabled label select {
    background-color: #ccc !important;
}

/** toggle_bg **/
.toggle_bg .togglebtn {
  background: #eee; 
  padding: 10px;
  border: 1px solid #ddd;
}
.toggle_bg .togglebtn a {
  width: 100%;
}
.toggle_bg .togglebtn a::after, .toggle_bg .togglebtn a::before {
  right: 20px;
  height: 2px;
}

/* modal ログイン */
#menu-login .form_login {
	padding: 20px 15px 0;
}
#menu-login .togglebox.isOpen {
	margin-top: 20px;
}
#menu-login p.err_txt {
	margin: 5px 0 5px;
}
#menu-login p.form_tit {
	margin: 5px 0 10px;
}
#menu-login input.item {
	margin-bottom: 10px;
}
#menu-login .form_checkbox {
	margin-top: 20px;
}
#menu-login .toggle {
	margin-bottom: 20px;
}
#menu-login .togglebox p {
	margin: 0 0 20px;
}
#menu-login .togglebox p.tit {
	margin: 0 0 5px;
}
#menu-login .box_link {
	margin: 20px 0 0;
}
#menu-login .box_link p{
	margin: 0 0 10px;
}
#menu-login .box_register .tit_02{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #DFDFDF;
	margin-top: 40px;
}
#menu-login .box_register_link {
	margin-top: 30px;
}

/* modal 会員番号 */
.pop_help .secBox {
	padding: 20px 0 0;
}
.box_info_contact{
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0;
}
.box_info_contact a {
	color: #343434;
}
.box_info_contact .top{
	border-bottom: 1px solid #ddd;
	padding: 20px 10px;
}
.box_info_contact .note{
	font-size: 12px;
	margin-top: 10px;
}
.box_info_contact .bottom{
	padding: 20px;
}
.box_info_contact .label_free{
	font-size: 10px;
	border: 1px solid #000;
	padding: 2px;
	margin-right: 10px;
	position: relative;
	top: -4px;
}
.box_info_contact .phone_text{
	font-weight: bold;
}
.box_info_contact .phone_text.large{
	font-size: 26px;
}
.box_info_contact .phone_text.medium{
	font-size: 20px;
}
.box_info_contact .welcab_zone{
	display: table;
	margin: 10px auto;
}
.box_info_contact .welcab_icon{
	display: table-cell;
	vertical-align: middle;
	
}
.box_info_contact .welcab_icon img{
	width: 50px;
	height: auto;
}
.box_info_contact .welcab_text{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	font-size: 10px;
}
.box_info_contact .toll_free{
	border: 1px solid #000;
	border-radius: 5px;
	padding-bottom: 15px;
}
.box_info_contact .toll_free .title{
	margin: 0;
	padding: 15px;
	color: #fff;
	background: #000;
}
.box_info_contact .toll_free .phone_text.medium{
	font-size: 12px;
}
.box_info_contact .toll_free .phone_text.small{
	margin-top: 5px;
}
.modal_main .btnBack {
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 20px;
}


.list_info dt span {
	display: block;
	background: #eee;
	border: 1px solid #DDD;
	padding: 15px;
	font-weight: bold;
	margin: 0;
}
.list_info dd {
	padding: 15px;
	margin-bottom: 15px;
}
.list_info dd p {
	margin: 0;
}
.list_info dd .tit_02 {
	font-weight: bold;
	margin-bottom: 10px;
}
.list_info dd p + .tit_02 {
	margin-top: 10px;
}
/*------------------------------*/
.box_howto {
	margin: 50px 0 0;
}
.box_howto_in {
	background: #f8f8f8;
	padding: 12px 15px 8px;
	margin-bottom: 1px;
}
.box_howto_head {
	line-height: 28px;
	margin-top: 0;
}
.box_howto_head span{
	display: block;
	font-size: 13px;
	color: #999;
	font-weight: normal;
	line-height: 20px;
}
.box_howto_head a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding-right: 25px;
}
.box_howto_head a:before,
.box_howto_head a:after {
	width: 20px;
}
.box_howto_item {
	padding: 0 15px;
}
.box_howto_list {
	margin-bottom: 20px;
}
.box_howto_list > li:first-child {
	border-top: 1px solid #ddd;
}
.box_howto_list > li {
	border-bottom: 1px solid #ddd;
}
.box_howto_list li p {
	margin-top: 0;
}
.box_howto_list li a {
	display: block;
	padding: 13px 0;
	color: #333;
	font-weight: normal;
}
.box_howto_list li .togglebtn {
	margin-top: 0;
	padding-bottom: 0;
}
.box_howto_list_sub {
	margin-top: 0;
	padding: 0 15px;
}
.box_howto_list_sub li {
	border-top: 1px solid #ddd;
}
.box_howto_head_01 {
	position: relative;
}
.box_howto_head_01:after {
	content: ' ';
	width: 13px;
	height: 13px;
	border-top: 1px solid #00A040;
	border-right: 1px solid #00A040;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
	top: calc(50% - 9px);
}
.box_howto_in .togglebox.isOpen {
	display: block;
}
.box_howto_list .current a {
	color: #00a040;
}
/*----------------------------*/
.box_term {
	border-top: 1px solid #ddd;
}
.box_term .tit {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.box_term .txt {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.box_term .link2 a {
	margin: 0 auto;
}
.txt_green{color: #00A040 !important}
.select_02{
	font-weight:bold;
	color: #fff;
	background: url('/sp/img/common/arrow_select_02.png') no-repeat right 20px top 50% #00A040;
	background-size: 17px 10px;
	display: block;
	width: 100%;
	border-radius: 20px;
	outline: 0;
	padding: 10px 35px 10px;
	text-align-last:center;
}
.select_02 option{
	background: #fff;
	color: #00A040;
}
.list_note-02 {
}
.list_note-02 li {
	background: url("/sp/img/emember/icon-list_01.png") no-repeat left 7px;
	background-size: 7px 3px;
	padding-left: 12px;
	margin-bottom: 5px;
}
.link_block_content > .list_note-02 li {
	float: none;
	width: auto;
	padding-left: 12px;
	display: block;
}
.list_num{
	counter-reset: number;
	list-style: decimal;
}
.list_num li{
	margin-left: 17px;
}
.ol_nonum_02 {
	margin-top: 15px;
	counter-reset: number;
}
.ol_nonum_02 > li {
	text-indent: -17px;
	padding-left: 17px;
}
.ol_nonum_02 > li li{
	text-indent: 0;
}
.ol_nonum_02 >  li:before {
	counter-increment: number;
	content: counter(number) ". ";
}
.ol_nonum_02 >  li:first-child{
	text-indent: 0;
}
.ol_nonum_02 >  li:first-child:before {
	content: "";
}
.ol_nonum_03 {
	margin-top: 10px;
	counter-reset: number;
}
.ol_nonum_03 > li {
	text-indent: -20px;
	padding-left: 20px;
}
.ol_nonum_02  .ol_nonum_03 > li {
	text-indent: -20px;
}
.ol_nonum_03 > li li{
	text-indent: 0;
}
.ol_nonum_03 >  li:before {
	counter-increment: number;
	content: "(" counter(number) ")";
}
dl.note02 {
	margin: 0px 5px 15px 0px;
}
dl.note02 dt {
	clear: both;
	display: inline;
	float: left;
	line-height: 1.3;
	text-indent: 0;
}
dl.note02 dd {
	line-height: 1.3;
	margin-left: 25px;
	text-indent: -3px;
}

ol.kome li,
ul.kome li,
p.kome,
span.kome {
	padding-left: 1em;
	text-indent: -1em;
	background: none;
}
ol.kome li,
ul.kome li{
	display: block;
	width: auto;
}

ul.kome2 li,
p.kome2,
span.kome2 {
	padding-left: 2em;
	text-indent: -2em;
	background: none;
}

span.kome,
span.kome2 { display: block; }
.link-image {
	position: relative;
	display: block;
}

.link-image img {
	width: 100%;
}
.link-image a:after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: url(/sp/img/common/icon-zoomin.png) no-repeat center center;
	background-size: contain;
	-webkit-background-size: contain;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 100;
}
#ctcopy {
  z-index: -1; 
  position: absolute; 
  text-indent: -9999999px; 
  opacity: 0; 
  left: -999999999999999px;
  bottom: 0;
}
.cancel_box{
	border: 1px solid #ddd;
	padding:20px;
}
/** paper **/
.paper {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
.paper ul {
  display: inline-block;
}
.paper ul li {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  border: 1px solid #dddddd;
}
.paper ul li.page-item.active,    
.paper ul li.page-item:hover,
.paper ul li.item.active,
.paper ul li.item:hover {
  background: #4ea142;  
}
.paper ul li.page-item.active a,    
.paper ul li.page-item:hover a,
.paper ul li.item.active a,
.paper ul li.item:hover a {
  color: #ffffff;
}
.paper ul li a {
  display: inline-block;  
  font-size: 14px;
  color: #4ea142;
  padding-top: 10px;
}
.paper ul li.not {
  color: #4ea142;
}
.paper ul li.back,
.paper ul li.not,
.paper ul li.next {
  border: 0px solid #dddddd;
}
.paper ul li.page-item.first,
.paper ul li.back {
  width: 65px;
  border: 0px !important;
}
.paper ul li.page-item.disabled a {   
   color: #333333 !important;    
   pointer-events: none;   
   opacity: 1 !important;
}   
.paper ul li.page-item.prev {   
   border: 0px !important;   
   pointer-events: none;   
}   
.paper ul li.page-item.prev.disabled {    
   display: none;    
}       
     
.paper ul li.page-item.first a:before {   
   content: "\F104";   
   display: inline-block;    
   font: normal normal normal 14px/1 FontAwesome;    
   font-size: inherit;   
   text-rendering: auto;   
   -webkit-font-smoothing: antialiased;    
   -moz-osx-font-smoothing: grayscale;   
  padding-right: 8px;   
}
.paper ul li.back i {
  font-size: 15px;
  padding-right: 5px;
}
.paper ul li.page-item.next {   
   width: auto;    
   pointer-events: none;   
 }   
 .paper ul li.page-item.last.disabled {    
   pointer-events: none;   
 }   
 .paper ul li.page-item.next.disabled {    
   display: none;    
 }   
 .paper ul li.page-item.last:hover,    
 .paper ul li.page-item.first:hover,   
 .paper ul li.page-item.prev:hover,    
 .paper ul li.page-item.next:hover {   
   background: transparent;    
 }   
 .paper ul li.page-item.last:hover a,    
 .paper ul li.page-item.first:hover a,   
 .paper ul li.page-item.prev:hover a,    
 .paper ul li.page-item.next:hover a {   
  color: #4ea142;   
  opacity: 0.5;   
}   
 .paper ul li.page-item.last a:after {   
   content: "\F105";   
   display: inline-block;    
   font: normal normal normal 14px/1 FontAwesome;    
   font-size: inherit;   
   text-rendering: auto;   
   -webkit-font-smoothing: antialiased;    
   -moz-osx-font-smoothing: grayscale;   
   padding-left: 8px;    
 }   
 .paper ul li.page-item.last,    
 .paper ul li.next { 
         width: 65px;
   border: 0px !important;   
 }
.paper ul li.next i {
  font-size: 15px;
  padding-left: 5px;
}
.paper ul li.not span {
  display: block;
  padding-top: 7px;
}
.paper ul li.back.disable,
.paper ul li.next.disable {
  pointer-events: none;  
}
.paper ul li.back.disable a,
.paper ul li.next.disable a {
  color: #333333;
}

/** pagination **/
#content.element {
    background-color: #4F81BC; 
    margin: 0 auto 20px;
    min-height: 20px;
    padding: 50px;
    width: 400px;
    color: #ffffff;
    text-align: center;
}
#content_page {
  display: none;
}
/** itumo **/
ul.itumo {margin-top: 6px;}
ul.itumo li{
	display: inline;
	margin-right: 0.4em;
	padding:8px 0;
} 

ul.itumo li a{
	background: #E5F1E3;
	border-radius: 20px;
	color: #4ea142;
	padding: 4px 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	white-space: nowrap;
}

/** 3h/DP ADD **/
p.notice{padding-left:1em; position:relative; color: #f00; margin-bottom:4px; font-size: 13px;}
p.notice:before{content:"※"; position:absolute; left:0; top:0;}
p.notice_bk{padding-left:1em; position:relative; margin-bottom:4px; font-size: 13px; margin:0;}
p.notice_bk:before{content:"※"; position:absolute; left:0; top:0;}

/** Cashless ADD **/
.cashless_indent {
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 15px;
    margin-bottom: 15px;
    color:#F00;
}

.cashless_indent p {
    margin-top: 0px !important;
}

.cashless_indent_modal {
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 30px;
}

/** 2020/07/10 TIS 【定常依頼】重要なお知らせ改善 STR **/
.notice_box .left2 {
    text-align: left !important;
    */ margin-left: 5px;
    color: #f00;
    font-weight: bold;
    font-size: 14px;
    /* display: flex; */
    /* align-items: center; */
    text-decoration: underline;
    padding: 10px;
}

.notice_text {
    margin: 0 10px;
}

span.date {
    padding: 5px 0;
    display: inline-block;
}

.notice_box .right2 {
    padding: 15px 10px 0 0;
    text-align: right;
    color: #4ea142;
}
/** 2020/07/10 TIS 【定常依頼】重要なお知らせ改善 END **/
/** 2021/06/04 TC西 RENT_TEIJO-1976 2021年1Q定常：№30　Web・アプリでのコロナに関する来店注意喚起追加 STR **/
.covid_info {
    margin: 30px auto;
    text-align: center;
    background-color: #ffffe5;
    padding: 20px 0;
}

.covid_info .notice_covid .title {
    display: block;
    margin: 0 auto;
    color: #4ea142;
    font-weight: bold;
    font-size: large;
}

.covid_info .notice_covid .text {
    font-size: 14px;
    margin-top: 18px;
}

.covid_info .notice_covid .check {
    margin: 18px auto 0;
    text-align: left;
    list-style-type: none;
    padding: 0 10px 0 40px;
}

.covid_info .notice_covid .check li {
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    align-items: center;
}

.covid_info .notice_covid .check li:after {
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: -1.5em;
    width: 10px;
    height: 5px;
    border-left: 3px solid #ff1493;
    border-bottom: 3px solid #ff1493;
    transform: rotate(-45deg);
}
/** 2021/06/04 TC西 RENT_TEIJO-1976 2021年1Q定常：№30　Web・アプリでのコロナに関する来店注意喚起追加 END **/

/** 2021/06/09 TC西 RENT_TEIJO-1995 【サイト】予約センター電話番号の表記変更対応 STR **/
.centr_box {
    padding: 20px;
    text-align: center;
}

.centr_box p {
    line-height: 1.3em;
    margin: 0 0 10px;
}

.centr_box .ttl {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.centr_box .free_info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centr_box .free_info .number {
    font-size: 30px;
    font-weight: bold;
    width: 70%;
    padding: 0 10px 0 0;
}

.centr_box .free_info .free_icon {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 12px;
    padding: 0.2em 0.5em;
    width: 40px;
}

.centr_box .free_info img {
    width: 50px;
    padding: 0 6px 0 0;
}

.centr_box .free_info .welcab_icon img {
    width: 30px;
    padding: 0 10px 0 0;
}

.centr_box .number_l {
    font-size: 20px;
    line-height: 1.2em;
}

.centr_box .number_l span {
    font-size: 18px;
}

.centr_box .number_m {
    font-size: 24px;
    line-height: 1em;
}

.centr_box .number_m span {
    font-size: 12px;
}

    .centr_box .number_s {
        font-size: 14px;
        font-weight: bold;
    }

    .centr_box .number_xs {
        font-size: 12px;
    }

.eng_box {
    border-radius: 8px;
    background-color: #f3f3f3;
    padding: 20px 30px;
}
/** 2021/06/09 TC西 RENT_TEIJO-1995 【サイト】予約センター電話番号の表記変更対応 END **/